VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementCollectionJS type / WebUiElementCollectionJS Constructors / WebUiElementCollectionJS Constructor(WebUiElementJS[])
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiElementCollectionJS Constructor(WebUiElementJS[])
    In This Topic
    Initializes a new instance of the WebUiElementCollectionJS class.
    Syntax
    // Parameters
    var items; // Type: WebUiElementJS[]
    var readOnly; // Type: boolean
    
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);
    
    
    function WebUiElementCollectionJS(
    items
    An array of WebUiElementJS objects OR element identifiers.
    : WebUiElementJS[]
    ) : WebUiElementCollectionJS;

    Parameters

    items
    An array of WebUiElementJS objects OR element identifiers.
    Browser Compatibility
    56+
    45+
    11
    See Also